home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2007 December
/
PCWorld_2007-12_cd.bin
/
domacnost a kancelar
/
autoit
/
autoit-v3-setup.exe
/
Examples
/
Helpfile
/
_StringAddComma.au3
< prev
next >
Wrap
Text File
|
2007-09-08
|
199b
|
8 lines
#include <String.au3>
$nAmount = 89996.31
$sDelimted = _StringAddComma($nAmount)
MsgBox(64, 'Info', $sDelimted)
$nAmt = '38849230'
$sDelim = _StringAddComma($nAmt)
MsgBox(64, 'Info', $sDelim)